Isolation Levels
This section discusses the isolation levels supported by SequeLink.
Table B-6 lists the isolation levels supported by each data store, including their default isolation level.
Table B-6. Isolation Levels Database Isolation Levels Default DB2 UDB on Linux/UNIX/Windows Read uncommittedRead committedRepeatable readSerializable Read committed Informix Read uncommittedRead committedRepeatable read Read committed Microsoft SQL Server Read uncommittedRead committedRead Committed with Snapshots1Read Committed with Locks1Repeatable readSerializableSnapshot1 Read committed Oracle Read committedSerializable Read committed Sybase Read uncommittedRead committedRepeatable readSerializable Read committed
1Supported on Microsoft SQL Server only. See "Using Snapshot Isolation Level (Microsoft SQL Server 2005 Only)" for more information.